feat: enable OpenTelemetry in all GitHub agentic workflows#1617
Merged
Conversation
Closed
Add gh-aw-fragments/observability.md that configures OTLP to export workflow spans when GH_AW_OTEL_ENDPOINT and GH_AW_OTEL_AUTHORIZATION secrets are available. Import the fragment in all 57 GitHub agentic workflow .md files and regenerate all lock files.
Copilot
AI
changed the title
[WIP] Enable opentelemetry in GitHub workflows
feat: enable OpenTelemetry in all GitHub agentic workflows
Jul 21, 2026
Member
|
Requires #1590 |
Closed
Member
|
@copilot resolve the merge conflicts in this pull request |
Merge upstream compiler upgrade (#1590: v0.80.9 → v0.82.14) into this branch and recompile all lock files so they include both the compiler upgrade and the OTLP observability configuration.
Contributor
Author
v1v
marked this pull request as ready for review
July 21, 2026 14:46
v1v
approved these changes
Jul 22, 2026
Member
|
@copilot resolve the merge conflicts in this pull request |
Contributor
Author
Merged |
This was referenced Jul 22, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds OTLP observability support to all GitHub Agentic Workflows via a single shared fragment, activated automatically when
GH_AW_OTEL_ENDPOINTandGH_AW_OTEL_AUTHORIZATIONsecrets are present.Changes
gh-aw-fragments/observability.md— holds the sharedobservability.otlpconfiguration referencing the two secrets as optional inputs; no-ops gracefully when secrets are absent.mdfiles updated — allgh-aw-*and internal workflow sources importgh-aw-fragments/observability.mdas their first import.lock.ymlfiles recompiled — each lock file now declaresGH_AW_OTEL_ENDPOINTandGH_AW_OTEL_AUTHORIZATIONasrequired: falseworkflow secrets and wiresOTEL_EXPORTER_OTLP_ENDPOINT/OTEL_EXPORTER_OTLP_HEADERS/GH_AW_OTLP_ENDPOINTSenv varsgh-agent-workflows/DEVELOPING.md— fragment table updated to documentobservability.mdFragment
Consumer repos that want telemetry only need to set two repository secrets — no workflow changes required.